home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8536 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  536 b 

  1. Path: news.ccs.queensu.ca!queensu
  2. From: jonesp@biology.queensu.ca (Phil Jones)
  3. Newsgroups: comp.lang.c
  4. Subject: EXE Files are HUGE using GCC/DJGPP!!
  5. Date: Mon, 04 Mar 96 22:42:47 GMT
  6. Organization: Queen's University
  7. Message-ID: <4hfrla$3op@knot.queensu.ca>
  8. NNTP-Posting-Host: free1-slip216.tele.queensu.ca
  9. X-Newsreader: News Xpress 2.0 Beta #0
  10.  
  11. I have been successfully compiling files using the following:
  12.  
  13. gcc -o app.exe app.c
  14.  
  15. but the EXE file (for Hello World) is > 60K!!
  16.  
  17. Is there something wrong here?
  18.  
  19. Thanks,
  20.         Phil Jones
  21.